home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Graphics & Multimedia / EasyCrop.dmg / EasyCrop.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Text File  |  2005-11-10  |  8KB  |  212 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 captureScreen = id; 
  6.                 captureScreenTimed = id; 
  7.                 captureScreenTimedCancel = id; 
  8.                 captureScreenTimedStart = id; 
  9.                 captureSelection = id; 
  10.                 captureWindow = id; 
  11.                 changeFileType = id; 
  12.                 checkForUpdates = id; 
  13.                 clear = id; 
  14.                 copy = id; 
  15.                 customizeToolbar = id; 
  16.                 debug = id; 
  17.                 desaturate = id; 
  18.                 deselect = id; 
  19.                 discardImage = id; 
  20.                 endPromptSheet = id; 
  21.                 flipHorizontal = id; 
  22.                 flipVertical = id; 
  23.                 getInfo = id; 
  24.                 open = id; 
  25.                 paste = id; 
  26.                 print = id; 
  27.                 revert = id; 
  28.                 rotateImage = id; 
  29.                 rotateImageCCW = id; 
  30.                 rotateImageCCWFine = id; 
  31.                 rotateImageCW = id; 
  32.                 rotateImageCWFine = id; 
  33.                 saveDocumentAs = id; 
  34.                 scaleImage = id; 
  35.                 selectAll = id; 
  36.                 sendTo = id; 
  37.                 sendToEasyFrame = id; 
  38.                 sendToFileChute = id; 
  39.                 setFilesizeLimit = id; 
  40.                 setImageInterpolation = id; 
  41.                 setOutputHeight = id; 
  42.                 setOutputWidth = id; 
  43.                 setPreviewMode = id; 
  44.                 setQuality = id; 
  45.                 showAboutWindow = id; 
  46.                 showHelpTopic = id; 
  47.                 showPreferencePanel = id; 
  48.                 showRegistrationPanel = id; 
  49.                 showRegistrationPromptPanel = id; 
  50.                 toggleAntialias = id; 
  51.                 toggleFilesizeLimit = id; 
  52.                 togglePreserveExif = id; 
  53.                 toggleThumbnailIcon = id; 
  54.                 toggleToolbar = id; 
  55.                 updatePreview = id; 
  56.                 visitFaq = id; 
  57.             }; 
  58.             CLASS = AppController; 
  59.             LANGUAGE = ObjC; 
  60.             OUTLETS = {
  61.                 "_antialiasMI" = NSMenuItem; 
  62.                 "_countdownTF" = NSTextField; 
  63.                 "_countdownWindow" = NSWindow; 
  64.                 "_dummyWindow" = NSWindow; 
  65.                 "_expiredPanel" = NSWindow; 
  66.                 "_fileMenu" = NSMenu; 
  67.                 "_getEasyFramePanel" = NSPanel; 
  68.                 "_getFileChutePanel" = NSPanel; 
  69.                 "_helpMenu" = NSMenu; 
  70.                 "_infoController" = InfoController; 
  71.                 "_inputView" = InputImageView; 
  72.                 "_interpolationMenu" = NSMenu; 
  73.                 "_outputView" = OutputImageView; 
  74.                 "_outputViewCM" = NSMenu; 
  75.                 "_previewModePopUpButton" = NSPopUpButton; 
  76.                 "_ratioController" = RatioController; 
  77.                 "_scalePercentTF" = NSTextField; 
  78.                 "_sendToMenu" = NSMenu; 
  79.                 "_targetController" = TargetController; 
  80.                 "_targetDw" = NSDrawer; 
  81.                 "_thumbnailMI" = NSMenuItem; 
  82.                 fileFormatPopUpButton = NSPopUpButton; 
  83.                 filenameTextField = NSTextField; 
  84.                 filesizeChk = NSButton; 
  85.                 filesizeStepper = NSStepper; 
  86.                 filesizeTextField = NSTextField; 
  87.                 heightTextField = NSTextField; 
  88.                 outputScrollView = NSScrollView; 
  89.                 qualityStepper = NSStepper; 
  90.                 qualityTextField = NSTextField; 
  91.                 rotationSlider = RotateSlider; 
  92.                 scaleSlider = NSSlider; 
  93.                 timedCapturePanel = NSPanel; 
  94.                 timedCaptureStepper = NSStepper; 
  95.                 widthTextField = NSTextField; 
  96.             }; 
  97.             SUPERCLASS = NSObject; 
  98.         }, 
  99.         {CLASS = CountdownWindow; LANGUAGE = ObjC; SUPERCLASS = CustomWindow; }, 
  100.         {CLASS = CustomWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
  101.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  102.         {
  103.             CLASS = InfoController; 
  104.             LANGUAGE = ObjC; 
  105.             OUTLETS = {
  106.                 "_apertureTF" = NSTextField; 
  107.                 "_cameraMakeTF" = NSTextField; 
  108.                 "_cameraModelTF" = NSTextField; 
  109.                 "_commentTF" = NSTextField; 
  110.                 "_creationDateTF" = NSTextField; 
  111.                 "_distanceTF" = NSTextField; 
  112.                 "_exposureBiasTF" = NSTextField; 
  113.                 "_exposureTimeTF" = NSTextField; 
  114.                 "_fileDateTF" = NSTextField; 
  115.                 "_filenameTF" = NSTextField; 
  116.                 "_filesizeTF" = NSTextField; 
  117.                 "_flashUsedTF" = NSTextField; 
  118.                 "_focalLength35TF" = NSTextField; 
  119.                 "_focalLengthTF" = NSTextField; 
  120.                 "_heightTF" = NSTextField; 
  121.                 "_isoTF" = NSTextField; 
  122.                 "_widthTF" = NSTextField; 
  123.             }; 
  124.             SUPERCLASS = NSWindowController; 
  125.         }, 
  126.         {
  127.             CLASS = InputImageView; 
  128.             LANGUAGE = ObjC; 
  129.             OUTLETS = {
  130.                 "_appController" = AppController; 
  131.                 "_ratioController" = RatioController; 
  132.                 sizeTextField = NSTextField; 
  133.             }; 
  134.             SUPERCLASS = NSImageView; 
  135.         }, 
  136.         {CLASS = NSTableViewSingleEdit; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, 
  137.         {
  138.             CLASS = OutputImageView; 
  139.             LANGUAGE = ObjC; 
  140.             OUTLETS = {
  141.                 "_targetController" = TargetController; 
  142.                 delegate = id; 
  143.                 filesizeTextField = NSTextField; 
  144.                 heightTextField = NSTextField; 
  145.                 progressIndicator = NSProgressIndicator; 
  146.                 widthTextField = NSTextField; 
  147.             }; 
  148.             SUPERCLASS = NSImageView; 
  149.         }, 
  150.         {CLASS = QualitySlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; }, 
  151.         {
  152.             ACTIONS = {
  153.                 addPreset = id; 
  154.                 removePreset = id; 
  155.                 revertPresets = id; 
  156.                 selectPreset = id; 
  157.                 showManager = id; 
  158.             }; 
  159.             CLASS = RatioController; 
  160.             LANGUAGE = ObjC; 
  161.             OUTLETS = {
  162.                 "_appController" = AppController; 
  163.                 "_heightTF" = NSTextField; 
  164.                 "_outputHeightTF" = NSTextField; 
  165.                 "_outputWidthTF" = NSTextField; 
  166.                 "_panel" = NSPanel; 
  167.                 "_presetsPopUp" = NSPopUpButton; 
  168.                 "_ratioTV" = NSTableView; 
  169.                 "_removeRatioBtn" = NSButton; 
  170.                 "_removeSizeBtn" = NSButton; 
  171.                 "_scaleSlider" = NSSlider; 
  172.                 "_sizeTV" = NSTableView; 
  173.                 "_widthTF" = NSTextField; 
  174.             }; 
  175.             SUPERCLASS = NSObject; 
  176.         }, 
  177.         {
  178.             ACTIONS = {buyIt = id; tryIt = id; }; 
  179.             CLASS = RegistrationPromptController; 
  180.             LANGUAGE = ObjC; 
  181.             OUTLETS = {appController = AppController; buyButton = NSButton; tryButton = NSButton; }; 
  182.             SUPERCLASS = NSWindowController; 
  183.         }, 
  184.         {CLASS = RotateSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; }, 
  185.         {
  186.             CLASS = ScaleSlider; 
  187.             LANGUAGE = ObjC; 
  188.             OUTLETS = {appController = id; }; 
  189.             SUPERCLASS = NSSlider; 
  190.         }, 
  191.         {
  192.             CLASS = SplitViewDelegate; 
  193.             LANGUAGE = ObjC; 
  194.             OUTLETS = {appController = id; }; 
  195.             SUPERCLASS = NSObject; 
  196.         }, 
  197.         {
  198.             ACTIONS = {selectDoubleClickDestination = id; sendFile = id; setup = id; showHelp = id; }; 
  199.             CLASS = TargetController; 
  200.             LANGUAGE = ObjC; 
  201.             OUTLETS = {
  202.                 "_appController" = AppController; 
  203.                 "_doubleClickRadio" = NSMatrix; 
  204.                 "_drawerContentView" = NSView; 
  205.             }; 
  206.             SUPERCLASS = NSObject; 
  207.         }, 
  208.         {CLASS = TargetView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 
  209.         {CLASS = YMStepper; LANGUAGE = ObjC; SUPERCLASS = NSStepper; }
  210.     ); 
  211.     IBVersion = 1; 
  212. }